Skip to content

chore(deps): update dependency postgrex to >= 0.22.0#68

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/postgrex-0.x
Open

chore(deps): update dependency postgrex to >= 0.22.0#68
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/postgrex-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 30, 2022

This PR contains the following updates:

Package Type Update Change
postgrex (source) prod minor >= 0.16.3>= 0.22.0

Release Notes

elixir-ecto/postgrex (postgrex)

v0.22.0

Compare Source

v0.21.1

Compare Source

  • Bug fixes
    • Fix ssl: true with missing ssl_opts handling

v0.21.0

Compare Source

This release requires Erlang/OTP 25+

  • Enhancements

    • Add query timeout option on ReplicationConnection
  • Bug fixes

    • PGHOST option does not override explicitly given endpoint configuration
    • Add ltxtquery support

v0.20.0

Compare Source

  • Deprecations

    • Deprecate :search_path and use :parameters option instead
  • Bug fixes

    • Ensure Duration type returns same units as Postgrex.Interval
    • Call disconnect on protocol when reconnecting in Postgrex.ReplicationConnection
    • Call disconnect only if there is protocol in Postgrex.SimpleConnection

v0.19.3

Compare Source

  • Enhancements

    • Default params to in query APIs to []
    • Allow :comment as options to query APIs
  • Bug fixes

    • Call disconnect on protocol when reconnecting in Postgrex.SimpleConnection

v0.19.2

Compare Source

  • Bug fixes
    • Protect against message length overflow vulnerability

v0.19.1

Compare Source

  • Enhancements

    • Allow encoding/decoding of LSN
  • Bug fixes

    • Fix Dialyzer warnings on interval extension
    • Log error message if Postgrex.ReplicationConnection is reconnecting

v0.19.0

Compare Source

  • Enhancements

    • Respect precision for interval, time, timestamp, and timestamptz
    • Remove restriction on year 9999 on datetime columns
    • Support decoding and encoding Elixir's v1.17 Duration as interval
    • Allow starting one stream after the other in replication
  • Bug fixes

    • Return {:stop, state} from gen_statem connection callback

v0.18.0

Compare Source

  • Deprecations

    • :ssl_opts is deprecated in favor of ssl: options
    • ssl: true now emits a warning, as it does not execute server certificate verification
  • Enhancements

    • Allow ReplicationConnection callbacks to trigger disconnect
    • Add :commit_comment option on transactions for prepending a SQL comment to commit statements
    • Return database messages from handle_prepare_execute
  • Backwards incompatible changes

    • Postgrex now sets the SNI headers for SSL authentication by default. If this causes connection issues, you may set server_name_indication: :disable in your :ssl_opts

v0.17.5

Compare Source

  • Enhancements
    • Do not log if request cannot be cancelled on disconnect

v0.17.4

Compare Source

  • Enhancements
    • Trap exits from connect callback
    • Add configuration to skip querying of comp_oids
    • Handle duplicate column names in Table.Reader implementation

v0.17.3

Compare Source

  • Enhancements

    • Automatically start :ssl application
  • Bug fix

    • Fix SSL configuration docs for failover case

v0.17.2

Compare Source

  • Bug fix
    • Suppress improper list warnings

v0.17.1

Compare Source

  • Bug fix
    • Fix timeout handling on SimpleConnection

v0.17.0

Compare Source

  • Enhancements
    • Add SCRAM server signature verification
    • Support Multirange extension
    • Support lquery and ltree extensions

v0.16.5

Compare Source

  • Enhancements
    • Allow the :search_path to be set for new connections

v0.16.4

Compare Source

  • Enhancements
    • Support Unix sockets in hostname and PGHOST
    • Support infinity value on numerics/decimals (PG14+)
    • Add count to Table.Reader metadata
    • Fix warnings on Elixir v1.15

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.16.4 chore(deps): update dependency postgrex to >= 0.16.5 Sep 20, 2022
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from c4f9f34 to b74a3b3 Compare September 20, 2022 19:40
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from b74a3b3 to 5532ab3 Compare November 20, 2022 12:25
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.16.5 Update dependency postgrex to >= 0.16.5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency postgrex to >= 0.16.5 chore(deps): update dependency postgrex to >= 0.16.5 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.16.5 chore(deps): update dependency postgrex to >= 0.17.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 5532ab3 to 694e657 Compare April 17, 2023 11:28
@renovate
Copy link
Author

renovate bot commented Apr 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update postgrex
** (Mix) Hex dependency resolution failed

@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 694e657 to bac3702 Compare July 12, 2023 11:21
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.17.1 chore(deps): update dependency postgrex to >= 0.17.2 Jul 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.17.2 chore(deps): update dependency postgrex to >= 0.17.3 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from bac3702 to c67acd5 Compare August 29, 2023 15:38
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.17.3 chore(deps): update dependency postgrex to >= 0.17.4 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from c67acd5 to 2546f1a Compare December 4, 2023 12:35
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 2546f1a to d492147 Compare March 1, 2024 11:35
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.17.4 chore(deps): update dependency postgrex to >= 0.17.5 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from d492147 to 5e2c452 Compare May 18, 2024 09:44
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.17.5 chore(deps): update dependency postgrex to >= 0.18.0 May 18, 2024
@renovate
Copy link
Author

renovate bot commented May 18, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update postgrex
** (Mix) Hex dependency resolution failed

@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 5e2c452 to 9003816 Compare August 3, 2024 21:02
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.18.0 chore(deps): update dependency postgrex to >= 0.19.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 9003816 to 511693c Compare August 13, 2024 10:25
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.19.0 chore(deps): update dependency postgrex to >= 0.19.1 Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.19.1 chore(deps): update dependency postgrex to >= 0.19.2 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 511693c to 1ed7953 Compare October 23, 2024 17:05
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.19.2 chore(deps): update dependency postgrex to >= 0.19.3 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 1ed7953 to 6cd90dd Compare November 12, 2024 12:25
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 6cd90dd to 4aad687 Compare February 5, 2025 09:42
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.19.3 chore(deps): update dependency postgrex to >= 0.20.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from 4aad687 to c276e61 Compare August 7, 2025 00:04
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.20.0 chore(deps): update dependency postgrex to >= 0.21.1 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/postgrex-0.x branch from c276e61 to ff8d966 Compare January 10, 2026 12:31
@renovate renovate bot changed the title chore(deps): update dependency postgrex to >= 0.21.1 chore(deps): update dependency postgrex to >= 0.22.0 Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants